home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-22 | 1.2 KB | 45 lines | [TEXT/ttxt] |
- #SurfWriter specific context checks
-
- # context checks can be specified in commands that specify conditional execution
- # such as the <Make Sure>, <Skip If>, and <If> commands
-
- #You can also use the built-in condition functions checkBoxState and
- # radioButtonState.
-
- #Additional context checks are defined in the Standard Setup file.
- # The Standard Setup file defines context checks such as
- # "ActiveWindow", "OpenWindow", "IsMenuItemChecked", "InSystemFolder", and others
-
- #This guide file currently uses the context checks
- # radioButtonState (built-in) and "ActiveWindow" (defined in Standard Setup)
-
- # *************************************************
- #Examples of context checks that the SurfWriter application might define:
-
- #A context check definition
- #<DCC> "SWDictionaryIsOpen", 'MyEM', 'WAVE', LONG:1, LPSTRING
-
- #example uses:
- #<Make Sure> SWDictionaryIsOpen("Standard"), "SWOopsPanelSeq"
- #<Panel> "some panel"
- #<If> SWDictionaryIsOpen("Custom")
- #<Panel> "this panel"
- #<End if>
-
- #Another context check definition
- #<DCC> "SWThesaurusIsOpen", 'MyEM', 'WAVE', LONG:2, LPSTRING
-
- #example uses:
- #<Skip If> SWThesaurusIsOpen("Standard")
- #and
- #<Make Sure> SWThesaurusIsOpen("Standard")
-
-
-
-
-
-
-
-
-
-